'Declaration Public MustOverride Function IndexOf( _
ByVal pageThe object to locate in the collection.As T _
) As System.Int32
public abstract System.Int32 IndexOf(
T page
)
public: abstract System.Int32 IndexOf(
T* page
)
public:
abstract System.Int32 IndexOf(
T^ page
)
Parameters
- page
- The object to locate in the collection.
Return Value
The index of item if found in the list; otherwise, -1.